home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Periodicals / develop / develop 2 code / Secret Life of Mem. Mgr. / HeapDemo.make < prev    next >
Encoding:
Text File  |  1990-01-31  |  961 b   |  41 lines  |  [TEXT/MPS ]

  1. #   File:       HeapDemo.make
  2. #   Target:     HeapDemo
  3. #   Sources:    UGlobals.p
  4. #               UAboutWindow.p
  5. #               UHeapHandler.p
  6. #               UDialogs.p
  7. #               HeapDemo.p
  8. #               HeapDemo.r
  9. #   Created:    Wednesday, January 31, 1990 6:32:24 PM
  10.  
  11.  
  12. OBJECTS = ∂
  13.         UGlobals.p.o ∂
  14.         UAboutWindow.p.o ∂
  15.         UHeapHandler.p.o ∂
  16.         UDialogs.p.o ∂
  17.         HeapDemo.p.o 
  18.  
  19.  
  20. HeapDemo ƒƒ HeapDemo.make HeapDemo.r
  21.     Rez HeapDemo.r -append -o HeapDemo
  22.  
  23. HeapDemo ƒƒ HeapDemo.make {OBJECTS}
  24.     Link -d -t APPL -c hpdm -sym on -mf -l > HeapDemo.map ∂
  25.         {OBJECTS} ∂
  26.         "{Libraries}"Runtime.o ∂
  27.         "{Libraries}"Interface.o ∂
  28.         "{PLibraries}"PasLib.o ∂
  29.         -o HeapDemo
  30.  
  31. UGlobals.p.o ƒ UGlobals.p
  32.      Pascal -sym on UGlobals.p
  33. UAboutWindow.p.o ƒ UAboutWindow.p
  34.      Pascal -sym on UAboutWindow.p
  35. UHeapHandler.p.o ƒ UHeapHandler.p
  36.      Pascal -sym on UHeapHandler.p
  37. UDialogs.p.o ƒ UDialogs.p
  38.      Pascal -sym on UDialogs.p
  39. HeapDemo.p.o ƒ HeapDemo.p
  40.      Pascal -sym on HeapDemo.p
  41.